home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / 3com 3c905c-tx.EXE / Windows / Update / Source / Tcaytdi.inf < prev    next >
INI File  |  2002-09-25  |  3KB  |  95 lines

  1. ;-------------------------------------------------------------------------
  2. ; TCAYTDI.INF -- TCAYTDI Protocol
  3. ; v5.2.0.1
  4. ; Copyright (c) 1998-1999, 3Com Corporation
  5. ;-------------------------------------------------------------------------
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Prov%
  12. CatalogFile = TCAYTDI.cat
  13.  
  14. [Manufacturer]
  15. %Prov%=3Com
  16.  
  17. [3Com]
  18. %TCAYTDI_Desc%=Install, TCAITDI
  19.  
  20. ;-------------------------------------------------------------------------
  21. ; Installation Section
  22. ;-------------------------------------------------------------------------
  23. [Install]
  24. AddReg=Inst_Ndi
  25. Characteristics=0x08
  26. ;CopyFiles=CpyFiles_Sys, CpyFiles_Inf
  27. ;-------------------------------------------------------------------------
  28. ; Ndi installation support
  29. ;-------------------------------------------------------------------------
  30. [Inst_Ndi]
  31. HKR,"Ndi","Service",,"TCAITDI"
  32. HKR,"Ndi","HelpText",,"%TCAYTDI_HelpText%"
  33. HKR,"Ndi\Interfaces","UpperRange",,"noupper"
  34. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4"
  35. HKLM,Software\3Com\DirectBindServices,TCAITDI,0,1
  36. HKLM,"Software\3Com\TCAUDIAG","AutoEcho",,"YES"
  37. ;-------------------------------------------------------------------------
  38. ; Service installation support
  39. ;-------------------------------------------------------------------------
  40. [Install.Services]
  41. AddService=TCAITDI,,TCAYTDI_Service_Inst, NetEventLog
  42.  
  43. [TCAYTDI_Service_Inst]
  44. DisplayName     = %TCAYTDI_Desc%
  45. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  46. StartType       = 2 ;SERVICE_AUTO_START
  47. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  48. ServiceBinary   = %12%\TCAITDI.sys
  49. LoadOrderGroup  = PNP_TDI
  50. AddReg          = AddReg_TCAYTDI_Service_Inst
  51. Description     = %TCAYTDI_Desc%
  52.  
  53. [AddReg_TCAYTDI_Service_Inst]
  54. HKLM,"System\CurrentControlSet\Services\TCAITDI","TextModeFlags",%REG_DWORD%,0x0001
  55. HKR,"Parameters",,FLG_ADDREG_KEYONLY,
  56.  
  57. ;-------------------------------------------------------------------------
  58. ; Support for removal of static registry settings
  59. ;-------------------------------------------------------------------------
  60. [Install.Remove]
  61. DelReg=Del_Static_Reg
  62.  
  63. [Install.Remove.Services]
  64. DelService=TCAITDI
  65.  
  66. [Del_Static_Reg]
  67.  
  68. [NetEventLog]
  69. ;AddReg = NetEventLog.AddReg
  70.  
  71. [NetEventLog.AddReg]
  72.     HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  73.     HKR,,TypesSupported,0x00010001,7
  74.  
  75. [DestinationDirs]
  76. CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  77. CpyFiles_Inf       = 17    ; INF
  78.  
  79. ;-------------------------------------------------------------------------
  80. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  81. ;-------------------------------------------------------------------------
  82. [CpyFiles_Sys]
  83. TCAITDI.sys,,,2
  84.  
  85. [CpyFiles_Inf]
  86. TCAYTDI.inf,,,2
  87.  
  88. [Strings]
  89. Prov = "3Com"
  90. TCAYTDI_Desc = "TCAITDI Protocol"
  91. TCAYTDI_HelpText = "3Com TCAITDI Diagnostic TDI"
  92.  
  93. REG_DWORD = 0x10001
  94. REG_MULTI_SZ = 0x10000
  95. FLG_ADDREG_KEYONLY=0x00000010